projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44faf98
)
(build_load_history): Do add to Vload_history
author
Karl Heuer
<kwzh@gnu.org>
Mon, 21 Sep 1998 16:31:46 +0000
(16:31 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 21 Sep 1998 16:31:46 +0000
(16:31 +0000)
even when dumping Emacs.
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 72ebd3589bacb6fae8799722b6ed1d8f4e9facdd..84072550440e71918d9d8261d38955281055ff8a 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-989,10
+989,6
@@
build_load_history (stream, source)
register Lisp_Object tem, tem2;
register int foundit, loading;
- /* Don't bother recording anything for preloaded files. */
- if (!NILP (Vpurify_flag))
- return;
-
loading = stream || !NARROWED;
tail = Vload_history;